home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000088_news@newsmaster….columbia.edu _Wed Jan 6 12:25:18 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA14576
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 6 Jan 1999 12:25:17 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA29719
  7.     for kermit.misc@watsun; Wed, 6 Jan 1999 12:25:16 -0500 (EST)
  8. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.os.linux.misc
  11. Subject: Re: Using kermit when not logged in as root
  12. Date: 6 Jan 1999 17:25:13 GMT
  13. Organization: Columbia University
  14. Lines: 28
  15. Message-ID: <77069p$ark$1@apakabar.cc.columbia.edu>
  16. References: <76vso2$bc8$1@newnews.global.net.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:9718 comp.os.linux.misc:323436
  19.  
  20. In article <76vso2$bc8$1@newnews.global.net.uk>,
  21. Tim Hedger <news@hedger.globalnet.co.uk> wrote:
  22. : I've set up Kermit (using the Redhat rpm installation) on my Redhat 5.2
  23. : Linux machine.
  24. : Having spent some time getting it configured properly (with entries in the
  25. : relevant init files to configure the modem etc) as root, I logged on as
  26. : another user and tried to use it.
  27. : I got errors in the startup of kermit, when it tried to SET LINE
  28. : /dev/modem - I got "permission denied" - the same thing happened when I
  29. : issued the command manually.
  30. : I'm able to use minicom to communicate through the same modem using this
  31. : non-root user, so I'm not sure what the permission denied problem is.
  32. Because minicom is setuid and/or setgid to the groups and/or users who have
  33. write access to the UUCP lockfile directory and/or the dialout device.
  34.  
  35. Please read the UNIX appendix of "Using C-Kermit" or the section of
  36. ckuins.doc (C-Kermit for UNIX Installation Instructions) on "Dialing Out and
  37. Coordinating with UUCP".
  38.  
  39. The same obstacles must be dealt with in UNIX no matter what communication
  40. software you are installing.  Minicom happened to come preinstalled this way
  41. so you didn't notice it.
  42.  
  43. - Frank